NevronOpenVision
Nevron.Nov.Diagram.Themes Namespace / NThemeLinearGradientFill Class / NThemeLinearGradientFill Constructor / NThemeLinearGradientFill Constructor(NAngle,NThemeGradientStop[])
Angle of rotation of the gradient axis.
Gradient stops.
In This Topic
    NThemeLinearGradientFill Constructor(NAngle,NThemeGradientStop[])
    In This Topic
    Creates a theme linear gradient fill with the given axis angle and gradient stops.
    Syntax
    public NThemeLinearGradientFill( 
       NAngle angle,
       params NThemeGradientStop[] gradientStops
    )

    Parameters

    angle
    Angle of rotation of the gradient axis.
    gradientStops
    Gradient stops.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also